Live freelance tracking. Raw descriptions turned into structured data. Find your next tech project without the noise.
freelancer.com ๐ 2026-04-27
๐น Automated Daily MCA Company Data Scraper
๐ค Client: ๐ฎ๐ณ Gurgaon, India Member since 2019-02-21
๐ฐ Price: $136 Average bid
๐ฉ Problem: Daily extraction of newly incorporated company data from mca.gov.in into a structured Excel format.
๐ฆ Existing: Not specified
Specifications:
[Target] Extract and structure daily incorporation data from the MCA portal.
[Method] Use Python with BeautifulSoup or Selenium for web scraping, ensuring robust handling of dynamic content.
[UI/UX] Not applicable as this is a backend task. Focus on efficient data extraction and file generation.
[Stack] Python (with BeautifulSoup/Selenium), XlsxWriter for Excel file creation, Flask for serving the file via URL.
[Security] Ensure secure handling of any credentials or API keys if required, with clear documentation.
[Format] Output as a clean XLSX file with columns in the exact order: company name, registered address, mobile number, email ID, date of incorporation, directorโs name, and company registration number.
Workflow:
1. Schedule a Python script to run daily at midnight using cron or similar scheduler.
2. The script navigates to mca.gov.in, locates the latest incorporation feed, parses required fields, and writes them to an XLSX file.
3. The script uploads the generated XLSX file to a specified URL and returns a direct download link.